Given that the functions are not the solutions of the same linear differential equation, I know that $W = 0$ doesn't mean they are linearly dependent, for example $x^3$ and $ |x|^3$ are linearly independent but their Wronskian is zero.
On the other hand I saw this proof:
$$ W(y_1, y_2) = y_1 y_2' - y_1'y_2 = 0$$
$$ \frac{y_1'}{y_1} = \frac{y_2'}{y_2} $$
$$\int\frac{y_1'}{y_1} = \int\frac{y_2'}{y_2} $$
$$ ln(y_1) = ln(y_2) + C $$
$$ y_1 = Ay_2 $$
Is this proof valid and $W=0$ means LD only if you can divide by the functions?