This is a really cool question! And the answer is: almost certainly not, but maybe.
First, let me explain why it's possible. We have calculated about 13 trillion digits of pi so far, meaning we don't know anything about the digits after that. This means the digits immediately following the last one we've calculated could very well be 1415926... etc. The chances that the next 13 trillion digits are equivalent to the first 13 trillion are very slim: $(\frac{1}{10})^{\text{13 trillion}}$. Super unlikely, yet possible!
However, that's not the only case that would make pi start with two identical decimal sequences; the repetition could start anywhere, so we need to sum all possible cases. First let's assume we don't know anything about the decimal expansion of pi (For all we know, maybe it repeats after the first digit [i.e. 3.114...]). The probability of a repetition after the $n^{\text{th}}$ digit is $(\frac{1}{10})^{n}$, since the changes of each of the $n$ digits matching is $(1/10)$. So, the probability that this is true for some value of $n$ would be:
$$
\sum_{i=1}^{\infty}{\bigg(\frac{1}{10}\bigg)^i} = \frac{1}{9}
$$
That seems like a pretty good chance! And that would be the chance that a number picked at random from a uniform distribution like $[0,1]$ would start with two identical sequences.
However, with pi, we KNOW that it doesn't start with 3.11, or 3.1414, or 3.141141, so that eliminates a big part of that probability. But then the question becomes, how many digits do we know this for? Do we know that the first million digits don't equal the second million? What about the first and second billion, or trillion, or (13 trillion)/2? I honestly don't know what kind of analyses the people who did the massive calculations were doing on the digits they found, but let's assume we know that in the first 13 trillion digits, there are no repeating sequences that start at the beginning. This would change our probability formula to
$$
\sum_{i=6.5 \text{ trillion}}^{\infty}{\bigg(\frac{1}{10}\bigg)^i}
$$
Which is roughly equal to $\frac{1}{6.5 \text{ trillion}}$, or about $10^{-10^{12}}$.
Therefore, the answer to your question is that it is possible that pi starts with two identical decimal sequences, but it is extremely unlikely.