How we can execute multiple tasks in parallel using gradle 4.3.1

Hi,

I am looking for help on How we can execute multiple tasks in parallel to reduce build performance using gradle 4.3.1/latest version. Can someone can share any example for the same?
Also can you please confirm that parallel execution is possible for single build project or not?