If the pages have to be split in the middle, you can use ImageMagick as follows:
-crop 50%x100% +repage
The general syntax is -crop geometry{@}{!}
explained here. Cut out one or more rectangular regions of the image.
You can also use +repage
(explained here) after cropping to remove the page offset that will be left behind.