I have normal distribution $ N(\mu_1, \sigma_1)$ which shows the amount of demand in warehouse 1. The current amount of stock in the warehouse 1 is C. If the random demand is greater than C, it cannot satisfy the demand and the remainder of the demand will be send to warehouse 2.
The other warehouse also has another normal amount of demand, say $ N(\mu_2, \sigma_2)$. I want to know that what is the probability distribution of the demand on the warehouse 2? Or in another word, Is there any closed form for sum of a normal distribution and a truncated normal distribution ?
The following figure shows two normal distribution and constant C=10 and demand on the warehouse 1 is $ N(10, 1)$ and on warehouse 2 is $ N(14, 1)$.










Thanks a lot for your complete explanation. I tried to perform a same procedure as you in Mathematica. However I do not have the mathStatica toolbox, I did the step as their definition in the Mathematica. In the step that you obtain the Marginal distribution, I used an integral on $\{v,-\infty, \infty\}$. The result is different. I sent the result in the following answer to the question. Can you please guide me what is the problem in my steps?
The following figure shows the step that I mentioned.