Suppose $X, Y$ are non-independent random variables with $X\sim NB(r,p)$ and $Y\sim NB(s,p)$; correlation between $X$ and $Y$ is $<$ 1.
Is sum $X + Y$ distributed as negative binomial? Or not?
Suppose $X, Y$ are non-independent random variables with $X\sim NB(r,p)$ and $Y\sim NB(s,p)$; correlation between $X$ and $Y$ is $<$ 1.
Is sum $X + Y$ distributed as negative binomial? Or not?
As stated your question doesn't specify enough information to give a definite answer.
In some situations the answer is "yes". In general the answer is "no".
An example of a situation where the answer is "yes" is as follows:
Let $W\sim \text{negbin}(n_w,p)$, $U\sim \text{negbin}(n_u,p)$, $V\sim \text{negbin}(n_v,p)$, where $W,U$ and $V$ are all independent -- here we're talking about the parameterization in the sidebar to the right in the Wikipedia page on the negative binomial.
Now let $X=W+U$ and $Y=W+V$. Then $X$ and $Y$ are each negative binomial but they're correlated (since $\text{cov}(X,Y) = \text{cov}(W+U,W+V) = \text{var}(W)+0+0+0$).
In general the distribution of $X+Y$ depends on their joint distribution, which you did not specify.