To my knowledge compilers aren't generally amenable to parallelism. I'm not aware of any which do this, or really how this would work.
its possible, modern efforts don't target C/C++(which use make -j to parallelize gcc):
https://rustc-dev-guide.rust-lang.org/parallel-rustc.html