Depends on the solver and the model. Some solvers are single threaded others operate in parallel. Typically, MIP models can benefit a lot from parallel processing. LPs not as much (some interior point methods do a reasonable job). Beware that you need a ton of memory to allow the solver to run the model in parallel on many cores.