Both suggestions sped up processing time significantly. Thank you very much!
Compiling the function to the Wolfram Virtual Machine will also greatly speed up the calculation.
Hello This example maps directly onto ParallelTable:
ParallelTable[myfunc@x,{x,{a,b,c,...}}]
The parallel kernels will launch automatically.