the simplest advice I can think of is to use ploomber-engine with the multiprocessing library, this way you don't need to convert the notebooks (we haven't tested it running with the multiprocessing library so let me know if you encounter any issues)
https://engine.ploomber.io/en/latest/user-guide/running.html
engine is great because it allows you to run notebooks and then extract the results from them:
https://engine.ploomber.io/en/latest/user-guide/testing/integration.html so you could use it to build a pipeline with A.ipynb -> B.ipynb -> C.ipynb and then use the multiprocessing library to run this pipeline with X combinations of parameters. should be fairly easy to implement