Hello,
phpdocx can generate as many DOCX outputs as needed, but HTTP (and also PHP) doesn't allow downloading more than one file in the same response, you'd need to zip them before doing the download, or use AJAX or iframes:
https://stackoverflow.com/questions/16390601/make-multiple-files-to-force-download
https://stackoverflow.com/questions/2332329/download-multiple-files-in-one-http-request
Regards.