Fewer processes in @parallel macro

I have a large worker pool but occasionally I do not want to utilize all workers. Is there any way to make it use fewer processes with the @parallel macro? Or should I use some other parallel processing functions?