The engine itself does only run one core task. It doesn't support multi-core CPUs.

With lite-C, you can use the Windows-API to create more threads and have them run on the other CPU cores, a plugin for that has also been created by a user.
There are restrictions, as far as i know you shouldn't access engine variables from threads and you might want to keep away from some engine functions.