Probability of getting a blackjack: pBJ = 2*1/13*4/13 = 8/169
Probability of getting a blackjack of specific suit: pSBJ = pBJ / 16 = 1/338
How many hands you need, depends on the certainty you want to achieve your goal. Say you want to know the number of hands, that for a chance of C=95% you get all 4 suited blackjacks.
You need the number of hands N such that pH(N) * pS(N-1) * pC(N-3) * pD(N-4) = C, where pH(N) is the probability of getting at least 1 suited hearts blackjack within N hands, pS(N-1) is the probability of getting at least 1 suited Spades blackjack in N-1 hands... pC for clubs, pD for diamonds.
For a specific suit X:
pX(N) = 1 - (1-pSBJ)^N.
I'm sure you are not interested in the exact number, hence we neglect the "N-1", "N-2", "N-3" and set it to simple N.
Then P = (1 - 337/338^N)^4 = 0.95 gives N=1472.5