You can use tar command with the ‘use-compress-program’ parameter. You have to specify use-compress-program=pigz to use pigz to compress a folder.
tar --use-compress-program=pigz -cf your_folder.tar.gz your_folder/
In the above command, you need to replace "your_folder" with your real folder name.