Hello,
You can use the importContents method (https://www.phpdocx.com/api-documentation/docx-path/import-contents-in-docx) to import contents from a DOCX.
In this case, you'd need to generate and use a custom XPath query with the customQuery option to get all contents between the block placeholders you want to import.
Regards.