Let us say we have 3 points $(x_1,y_1),(x_2,y_2),(x_3,y_3)$. We want to build exactly 2 parabolas connecting theese points in a smooth way.
For the first parabola we can write system of two equations using known points $$y_1 = a_1 x_1^2 + b_1 x_1 + c_1$$ $$y_2 = a_1 x_2^2 + b_1 x_2 + c_1$$ Similarly for the second parabola we can do the same: $$y_2 = a_2 x_2^2 + b_2 x_2 + c_2$$ $$y_3 = a_2 x_3^2 + b_2 x_3 + c_2$$ But now we have 4 equations and 6 unknowns $( a_i,b_i,c_i)$, where $i=1,2$. We can write down an equation that meets the condition of the "smooth connection", i.e. derivative at the point $(x_2,y_2)$ is the same for parabola 1 and parabola 2: $$y_2^{'} = 2a_1 x_2 + b_1$$ $$y_2^{'} = 2a_2 x_2 + b_2$$ which leads us to the fifth equation: $2a_1 x_2 + b_1=2a_2 x_2 + b_2$
I can not find another one assumption that will make a number of unknowns even to a number of equations.
See an example of how it may look like.


I seem to understand that by "smoothtly" in this context you mean "with same first derivative": I believe the term is often taken to mean something more.
In any case, what leads you believe there should only be two parabolas satisfying your conditions? Not being able to find the siyth condition maybe perfectly reflects the problem, i.e. the fact you have an infinity of solutions.
As a note aside, please also be careful that your conditions allow for curves with "cusps". For example, the parabolic segment $y = x^2$ on the domain $[0,1]$ and the parabolic segment $ y = -x^2$ on the same domain: they go through the points $(1,1)$, $(0,0)$ and $(1,-1)$ and the derivative at $(0,0)$ is the same, yet I am not sure such a case falls in your definition of "smoothly".
EDIT
Let is assume you set the desired slope at the middle point. Then, for each parabola you have 3 conditions, just what you need to determine the parabola's equations: going through the two points and having the determined slope at the "connection" point. This suggests there is an infinity of soutios, which one can parametrise by the slope at the "connection" point.