It has been proved on this website that the rest of a prime divided by $30$ will be either a prime or $1$, but can we get to the same conclusion if we divide a prime by multiples of $30$ (60,90,120...)?
(If a prime $p$ is divided by 30, remainder is either prime or 1)
Modulo $60$ we have that $109$ (which is prime) is congruent to $49$, so no.
For any multiple $30n$ or $30$, there will always be primes which do not have prime remainders when divided by $30n$. Specifically, take any two (not necessarily distinct) primes $p, q$ (can also take more than two if you want) such that neither divides $30n$, and if $pq<30n$ then $pq$ is a composite remainder which is guaranteed to have primes in its congruency class. The thing with $30$ is that $30$ is too small for this to work, while for $60$ there is $p = q = 7$, and so on.