A6 is one of the standard paper sizes offered by Pages in its Documents panel, or Word 2024 for Mac (Layout > Size -> A6). Then you generate the PDF and may need further assistance from the Create Booklet 2 vendor on how you can achieve your goal if possible, though not suitably documented.
Using Coherent's cpdf (free for personal usage) tool from the command line, I can generate either portrait or lanscape A4 documents that are 8-up on a page sourced from a multi-page A6 PDF:
cpdf A6.pdf -impose-xy "4 2" AND -scale-to-fit a4landscape -o A4lx8.pdf
cpdf A6.pdf -impose-xy "4 2" AND -scale-to-fit a4portrait -o A4px8.pdf
Here is the landcape example. You will need a duplex printer for double-sided output.
