Assume I have some orthogonal matrix $\mathbf{Q}^\text{T}\mathbf{Q} = \mathbf{I}$, How can I find a second orthogonal matrix $\mathbf{S}^\text{T}\mathbf{S} = \mathbf{I}$ that gives a product of zero, i.e
$$ \mathbf{Q}^\text{T}\mathbf{S} = \mathbf{S}^\text{T}\mathbf{Q} = \mathbf{0} $$ I've read about the null space matrix. If $\mathbf{S}$ is the null space matrix of $\mathbf{Q}$ and $\mathbf{Q}$ is orthonormal, then is $\mathbf{S}$ also orthonormal.
You can't: both matrices $Q$ and $S$ (and their transposes) are invertible, so their product is also invertible and hence can't be the zero matrix.
About the second question: The null space of $Q$ is $\{0\}$, so the null space matrix would be $[0]$ which is not orthonormal.