I have one function with multi arguments. and I need to run this function parallel for different inputs. how can I do that? I know the \'multiprocessing\' module. but my pro