I think I understood what you meant. What you wrote is certainly not a solution of the cubic. It is a condition. For the equation $$x^3 - bx + a = 0$$ to have only real solutions, you need the determinant to be positive, that is : $$\frac{a^2}{4} - \frac{b^3}{27}\ge 0$$
It seems that you want to solve the equality $\dfrac{a^2}{4} - \dfrac{b^3}{27} = 0$ which is solved when $a = 2\bigg(\dfrac{b}{3}\bigg)^{3/2}$ which is what you have.
When the determinant is zero, or when the above equation is satisfied, then you have a exactly two (distinct) real solutions as your expression can be factorised : $$x^3 - bx + 2\bigg(\dfrac{b}{3}\bigg)^{3/2} = \bigg(x - \sqrt{\frac{b}{3}}\bigg)^2\bigg(x + 2\sqrt{\frac{b}{3}}\bigg)$$
Here's an illustrative plot using WA which shows what happens when $b = 5$ for example.