I have two optimization problems $min G(x), Ax=b$ and $min F(x), Ax=b$.
Assume continuity, differentiability, convexity of $F(x)$ and $G(x)$.
What is the relationship between optimal solutions of $F(x)$ and $G(x)$ ?
I have two optimization problems $min G(x), Ax=b$ and $min F(x), Ax=b$.
Assume continuity, differentiability, convexity of $F(x)$ and $G(x)$.
What is the relationship between optimal solutions of $F(x)$ and $G(x)$ ?
Because the constraints are equal, your question seems to be equivalent to asking "how are $F$ and $G$ related?" and since they are arbitrary, there is no straightforward answer.
For every point in the constraint set ( $x$ such that $Ax=b$ ) you can assign a value depending on how close they are to minimizing your objective function ( $F(x)$ or $G(x)$). Geometrically you may think of, in the simplest 2d case, bending a flat solution region such that the highest point is your optimum. However the only relationship between two highest points in such bending is precisely dependent on the problem definition.
Your question is sensible to ask, given that in the real world the objective function may not be fixed (think of changing costs or priorities in some business setting).
What you may be referring to may be addressed by "sensitivity analysis in convex optimization".
One non-exhaustive example, which is not specific to the structure of your problem, is $G(x) = \alpha F(x) + \beta$, for some $\alpha >0$ and $\beta \in \mathbb{R}$.
If $G$ is a (positive) monotonic transformation of $F$ — i.e. if there exists some strictly increasing function $h$ such that $G=h\circ F$ — then the set of minimizers will be the same for both problems (this is regardless of the form of the constraint and the other properties of $F$ and $G$).