As per Alice, you can use BEDTools; however, this will produce output that is not in VCF format.
If you still want to have the VCF format after you filter, then use bcftools filter --regions-file FILE (see Here for further information).
In both situations, your regions to filter should ideally be in BED format.