Site icon Hip-Hop Website Design and Development

How to query all posts in CPT + only posts with custom tax in another CPT?

I have 2 post types.
Both use the same custom taxonomy.
How can I create a query that will display;

  1. All posts of CPT1, and
  2. All posts of CPT2 that have a taxonomy.

Is this possible with a single query?