Yes, FEFLOW uses multiple CPUs/cores on one single machine ('shared-memory parallelization'). This is automatically done for lots of tasks such as matrix assembly, but the default equation system solver is NOT working in parallel. So to use paralellization for the matrix solution process as well, try to use either PARDISO or SAMG as the solver.