Solution:
There is no feature available to filter the view by parent taxonomy as the thing is that - you can add the frontend filters to your view/block-view for the post type to which the view/block-view is set to query.
The workaround would be - what if you add the same taxonomy to your child posts, so, when the parent post is get saved/updated, you need to assign the same taxonomy terms to your child posts. Then you can add the taxonomy frontend filter for your child post type.