Have you tried using a Directory and File Pathnames reader in conjunction with the WorkspaceRunner transformer?
I'm assuming you have one reader for your Large Process workbench. First, convert all your parameters to private. Then create one new published parameter, and call it something like Filepath.
Second, go to the Navigator, and open the Advanced Options portion of the reader. Select Feature Types to Read, click the drop down arrow, and link it to the Filepath parameter.
Third, create a new workbench. Put a Filepath and Directory reader into it, and select the folder where you store your many files that need to be processed. Connect that reader to a WorkspaceRunner transformer, point that at your Large Process workbench, and feed the path_windows attribute to the published parameter.
If your files are all the same, (eg. same CAD layers), and the files are in the same directory then you should be able to use the File>Batch Deploy option. Also, you will probably need to change the settings of your reader General>Merge Feature Type. Check that box and then enter a * for the Merge Filter.