We will need to install qpdf first.
sudo apt install qpdf
After which we can use the program to extract and create the PDF documents for us.
qpdf --split-pages=2 infile.pdf outfile.pdf
This will use the infile.pdf as source and output PDF files as outfile-001-002.pdf, outfile-003-004.pdf...